From: Chong Yidong Date: Sat, 5 Dec 2009 20:56:42 +0000 (+0000) Subject: * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9063 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eb1a3901ab90589fa64c2026b016f33c2c78f8d3;p=emacs.git * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2b8b57d8559..414553e00f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-12-05 Chong Yidong + + * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925). + 2009-12-05 Alan Mackenzie * progmodes/cc-mode.el (c-before-hack-hook) diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 7900cde4885..fe02c5de5ef 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -176,7 +176,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and (remove-hook 'post-command-hook #'global-hl-line-highlight))) (defun global-hl-line-highlight () - "Active the Global-Hl-Line overlay on the current line in the current window." + "Highlight the current line in the current window." (when global-hl-line-mode ; Might be changed outside the mode function. (unless (window-minibuffer-p (selected-window)) (unless global-hl-line-overlay